toggle menu
SIOPv2 OpenId4VP
0.11.1
jvm
switch theme
search in API
SIOPv2 OpenId4VP
/
eu.europa.ec.eudi.openid4vp
/
VerifierInfo
/
Attestation
Attestation
@
Serializable
data
class
Attestation
(
val
format
:
VerifierInfo.Attestation.Format
,
val
data
:
VerifierInfo.Attestation.Data
,
val
credentialIds
:
CredentialQueryIds
?
=
null
)
:
Serializable
(
source
)
Members
Constructors
Attestation
Link copied to clipboard
constructor
(
format
:
VerifierInfo.Attestation.Format
,
data
:
VerifierInfo.Attestation.Data
,
credentialIds
:
CredentialQueryIds
?
=
null
)
Types
Data
Link copied to clipboard
@
Serializable
@
JvmInline
value
class
Data
(
val
value
:
JsonElement
)
:
Serializable
Format
Link copied to clipboard
@
Serializable
@
JvmInline
value
class
Format
(
val
value
:
String
)
:
Serializable
Properties
credential
Ids
Link copied to clipboard
@
SerialName
(
value
=
"credential_ids"
)
val
credentialIds
:
CredentialQueryIds
?
=
null
data
Link copied to clipboard
@
SerialName
(
value
=
"data"
)
@
Required
val
data
:
VerifierInfo.Attestation.Data
format
Link copied to clipboard
@
SerialName
(
value
=
"format"
)
@
Required
val
format
:
VerifierInfo.Attestation.Format